AWS S3 Service
-
Global factory const which can be used to create an
AWSS3ServiceClient
with aStitchAppClient
. Pass intoStitchAppClient.serviceClient(fromFactory:withName)
to get an `AWSS3ServiceClient.Declaration
Swift
public let awsS3ServiceClientFactory: AnyNamedServiceClientFactory<AWSS3ServiceClient>
-
The AWS S3 service client, which can be used to interact with AWS Simple Storage Service (S3) via MongoDB Stitch.
See moreDeclaration
Swift
public protocol AWSS3ServiceClient
-
The result of an AWS S3 put object request.
See moreDeclaration
Swift
public struct AWSS3PutObjectResult : Decodable
-
The result of an AWS S3 sign policy request.
See moreDeclaration
Swift
public struct AWSS3SignPolicyResult : Decodable